home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 050a / peditpls.zip / PEDITQUI.INI < prev    next >
Text File  |  1991-12-05  |  3KB  |  107 lines

  1.         ![]=====================================================[]
  2.     ![]          pEDIT Initialization File (QUICK)        []
  3.     ![]=====================================================[]
  4.     !
  5.     ! Must have a 'Do' key
  6.     !
  7.     define_key (do_command, esc)
  8.     !
  9.     ! Define shift keys
  10.     !
  11.     define_shift (alt-f)    ! File
  12.     define_shift (alt-e)    ! Edit
  13.     define_shift (alt-s)    ! Search
  14.     !
  15.     ! Quick Editor File Keys
  16.     !
  17.     define_key (get_file, alt-f+o)        ! Open
  18.     define_key (include_file, alt-f+m)    ! Merge
  19.     define_key (write_file, alt-f+s)    ! Save
  20.     define_key (rename_file, alt-f+a)    ! save As
  21.     define_key (dos, alt-f+d)        ! Dos
  22.     define_key (exit, alt-f+x)        ! eXit
  23.     !
  24.     ! Quick Editor Edit Keys
  25.     !
  26.     define_key (select_text, alt-e+s)    ! Select
  27.     define_key(remove_text, alt-e+t)    ! cuT
  28.     define_key(store_text, alt-e+c)        ! Copy
  29.     define_key(insert_here, alt-e+p)    ! Paste
  30.     define_key(wipe_text, alt-e+e)        ! clEar
  31.     !
  32.     ! Quick Editor Search Keys
  33.     !
  34.     define_key(find, alt-s+f)
  35.     define_key(findnext, alt-s+r)        ! Repeat last
  36.     define_key(replace, alt-s+c)        ! Change
  37.     !
  38.     ! Quick Editor Control Keys
  39.     !
  40.     define_key (abort, ctrl-c)
  41.     define_key (findnext, ctrl-l)
  42.     define_key (quote_char, ctrl-p)
  43.     define_key (erase_word, ctrl-t)
  44.     define_key (restore_text, ctrl-u)
  45.     define_key (change_mode, ctrl-v)
  46.     define_key (erase_line, ctrl-y)
  47.     !
  48.     ! Other Control Keys
  49.     !
  50.     define_key (recall, ctrl-b)
  51.     define_key (fill_paragraph, ctrl-f)
  52.     define_key (auto_indent, ctrl-j)
  53.     define_key (open_line, ctrl-o)
  54.     define_key (remember, ctrl-r)
  55.     define_key (prev_line, ctrl-w)
  56.     define_key (next_line, ctrl-z)
  57.     !
  58.     ! Function Keys
  59.     !
  60.     define_key (help, f01)
  61.     define_key (buffer, f02)
  62.     define_key (findnext, f03)
  63.     define_key (change_mode, f05)
  64.     define_key (change_dir, f06)
  65.     define_key (learn, f07)
  66.     define_key (repeat, f08)
  67.     !
  68.     ! Alternate Keys
  69.     !
  70.     define_key (list_ascii, alt-a)
  71.     define_key (capital_word, alt-c)
  72.     define_key (althelp, alt-h)
  73.     define_key (define_key, alt-k)
  74.     define_key (lower_word, alt-l)
  75.     define_key (set_margins, alt-m)
  76.     define_key (other_window, alt-o)
  77.     define_key (set_pindent, alt-p)
  78.     define_key (quit, alt-q)
  79.     define_key (trans_char, alt-t)
  80.     define_key (upper_word, alt-u)
  81.     define_key (set_video, alt-v)
  82.     define_key (execute, alt-x)
  83.     define_key (one_window, alt-1)
  84.     define_key (two_windows, alt-2)
  85.     !
  86.     ! Keypad Keys
  87.     !
  88.     define_key (move_home, home)
  89.     define_key (move_end, end)
  90.     define_key (move_up, up)
  91.     define_key (move_down, down)
  92.     define_key (move_left, left)
  93.     define_key (move_right, right)
  94.     define_key (prev_screen, pgup)
  95.     define_key (next_screen, pgdn)
  96.     define_key (change_mode, ins)
  97.     define_key (erase_char, del)
  98.     define_key (execute_quiwrev, ctrl-left)
  99.     define_key (move_word, ctrl-right)
  100.     define_key (move_top, ctrl-home)
  101.     define_key (move_bottom, ctrl-end)
  102.     define_key (execute_quiothup, ctrl-pgup)
  103.     define_key (execute_quiothdn, ctrl-pgdn)
  104.     !
  105.     ! Set up the Environment
  106.     !
  107.